home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-06-17 | 763 b | 40 lines | [TEXT/CWIE] |
- // File: Menus.fr
- //
- // Contains: Resources for ODFContainer
- //
- // Written by: Mary Boetcher
- //
- // Copyright: © 1993-1996 by Apple Computer, Inc., all rights reserved.
-
- #ifndef FWRESFIL_K
- #include "FWResFil.k"
- #endif
-
- #ifndef DEFINES_K
- #include "Defines.k"
- #endif
-
- #ifndef FWMENUS_FR
- #include "FWMenus.fr"
- #endif
-
- //----------------------------------------------------------------------------
- // Menus
- //----------------------------------------------------------------------------
-
- resource FW_RMenuBar(kMenuBar)
- {
- {
- FW_RPullDownMenu
- (
- "MacHack"
- {
- FW_RTextItem(cRectangle, FW_kNoKeyEquivalent, "Rectangle"),
- FW_RTextItem(cOval, FW_kNoKeyEquivalent, "Oval"),
- FW_RTextItem(cRoundRect, FW_kNoKeyEquivalent, "Round Rectangle")
- }
- )
- }
- };
-
-